home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!-- <?xml-stylesheet href="chrome://net2phone/skin/Net2Phone.css" type="text/css"?> -->
-
- <!DOCTYPE window SYSTEM "chrome://net2phone/locale/Net2Phone.dtd">
-
- <!-- This is the overlay that addes "Net2Phone" to the (global) task menu. -->
-
- <overlay id="Net2PhoneTaskMenuID"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script language="JavaScript" src="chrome://net2phone/content/Net2Phone.js"/>
-
- <keyset id="tasksKeys">
- <key id="key_net2phone" key="&Net2PhoneCmd.commandkey;"
- observes="Tasks:Net2Phone" modifiers="accel"/>
- </keyset>
-
- <commandset id="tasksCommands">
- <data id="net2phone-menu-url">&Net2PhoneMenuURL.label;</data>
- <command id="Tasks:Net2Phone" label="&Net2PhoneCmd.label;"
- oncommand="net2Phone(document.getElementById('net2phone-menu-url').firstChild.nodeValue);"/>
- </commandset>
-
- <menupopup id="taskPopup">
- <menuitem class="nc" position="7"
- key="key_net2phone"
- accesskey="&Net2PhoneCmd.accesskey;"
- observes="Tasks:Net2Phone"/>
- </menupopup>
-
- </overlay>
-
-